projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46cdb44
)
gtkplacessidebar: don't margins in the code
author
Sebastien Bacher
<seb128@ubuntu.com>
Thu, 17 Mar 2016 12:57:41 +0000
(13:57 +0100)
committer
Carlos Soriano
<csoriano@gnome.org>
Thu, 14 Apr 2016 09:46:34 +0000
(11:46 +0200)
those should rather be defined by the theme
https://bugzilla.gnome.org/show_bug.cgi?id=763768
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index de4bfaf671d7cb9fea47727b1d73c41e48d332e6..4f012410eccf3c4011a9bcd1b3c2a1e545af32d6 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-3345,8
+3345,6
@@
append_separator (GtkWidget *box)
separator = g_object_new (GTK_TYPE_SEPARATOR,
"orientation", GTK_ORIENTATION_HORIZONTAL,
"visible", TRUE,
- "margin-start", 12,
- "margin-end", 12,
"margin-top", 6,
"margin-bottom", 6,
NULL);